2027 Method
Changes 0
M

ParameterFilterElement.AllRuleParametersApplicable

Description:
Checks that the parameters of the given ElementFilter (representing a combination of rules) are valid for the given set of categories.
Overloads (2):
AllRuleParametersApplicable(Document,ICollection[ElementId],ElementFilter)
public static bool AllRuleParametersApplicable(
	Document aDocument,
	ICollection<ElementId> categories,
	ElementFilter elementFilter
)
  • aDocument
    The document containing the filter, categories, and parameters involved in this validation.
  • ICollection<ElementId>
    categories
    The set of categories against which to check the rule parameters.
  • elementFilter
    The ElementFilter representing the combination of rules to check.
Return Value Boolean True if all the parameters of the given rules are valid for this filter, otherwise false.